home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1998 September
/
CHIP NET Rehberi Eylül 1998.iso
/
tools
/
dbpage
/
_setup.1
/
DBPage.exe
/
0
/
RCDATA
/
TEXPORTLC
/
TEXPORTLC.txt
Wrap
Text File
|
1997-05-06
|
5KB
|
203 lines
object ExportLC: TExportLC
Left = 199
Top = 337
BorderStyle = bsDialog
Caption = 'Export Location & HTML File Names'
ClientHeight = 309
ClientWidth = 554
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object BitBtn1: TBitBtn
Left = 239
Top = 272
Width = 75
Height = 25
TabOrder = 0
OnClick = BitBtn1Click
Kind = bkOK
end
object GroupBox1: TGroupBox
Left = 13
Top = 16
Width = 257
Height = 241
Caption = 'Export Location'
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 1
object DriveComboBox1: TDriveComboBox
Left = 24
Top = 25
Width = 209
Height = 19
DirList = DirectoryListBox1
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 0
TextCase = tcUpperCase
end
object DirectoryListBox1: TDirectoryListBox
Left = 24
Top = 48
Width = 209
Height = 185
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ItemHeight = 16
ParentFont = False
TabOrder = 1
end
end
object GroupBox2: TGroupBox
Left = 285
Top = 16
Width = 257
Height = 241
Caption = 'HTML File Names'
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 2
object Label1: TLabel
Left = 67
Top = 139
Width = 29
Height = 13
Alignment = taRightJustify
Caption = 'Prefix:'
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Label2: TLabel
Left = 47
Top = 171
Width = 49
Height = 13
Alignment = taRightJustify
Caption = 'Extension:'
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Label3: TLabel
Left = 10
Top = 203
Width = 86
Height = 13
Alignment = taRightJustify
Caption = 'Field With Names:'
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object rbWithExt: TRadioButton
Left = 16
Top = 56
Width = 217
Height = 17
Caption = 'File Name Including Extension From DBF'
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 1
OnClick = rbWithExtClick
end
object rbNoExt: TRadioButton
Left = 16
Top = 80
Width = 217
Height = 17
Caption = 'File Name Without Extension From DBF'
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 2
OnClick = rbNoExtClick
end
object rbSequential: TRadioButton
Left = 16
Top = 32
Width = 217
Height = 17
Caption = 'Sequentially Numbered Files'
Checked = True
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 0
TabStop = True
OnClick = rbSequentialClick
end
object cbFields: TComboBox
Left = 104
Top = 200
Width = 145
Height = 21
Enabled = False
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ItemHeight = 13
ParentFont = False
TabOrder = 5
end
object edExtension: TEdit
Left = 104
Top = 168
Width = 57
Height = 21
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
MaxLength = 4
ParentFont = False
TabOrder = 3
Text = 'htm'
end
object edPrefix: TEdit
Left = 104
Top = 136
Width = 121
Height = 21
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
MaxLength = 10
ParentFont = False
TabOrder = 4
Text = 'rec'
end
end
end